home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / wtrack / wtrack.doc < prev    next >
Text File  |  1992-09-22  |  2KB  |  52 lines

  1. Wumpus Tracker -- FREEWARE
  2. --------------
  3. by H.L. Fuller/VT 76164,3656
  4.  
  5. Wumpus Tracker is a <<FREE>> Windows applet which functions
  6. as a kind of scratch pad. You can use it to make notes
  7. as you explore the Wumpus realm. At the conclusion of
  8. a round, you can click one button to clear the
  9. scratch pad and get ready for a new game.
  10.  
  11. The applet is very rudimentary. The single form presents
  12. a numbered array of 20 pairs of text boxes, each corresponding to
  13. one of the 20 rooms in Hunt the Wumpus. You can
  14. use one box in a numbered pair to note the rooms which
  15. connect to the numbered room. You can use the other
  16. box to make notes about hazards & wumpi, present
  17. or nearby.
  18.  
  19. To use the Tracker, open it when you are playing
  20. Hunt the Wumpus. Use your mouse to make Tracker
  21. the active window and to position your cursor
  22. in the text box you want to use. Then just type your
  23. notes.
  24.  
  25. As you play, you'll be moving back and forth between
  26. the Wumpus window and the Tracker window.
  27.  
  28. Things I would fix if I did this again include...
  29.  
  30. o ... the size and the position of the tracker window.
  31.   As is, it overlaps the Wumpus game window. You have to
  32.   drag each to opposite corners so that you can view
  33.   both windows at once. Yukko.
  34.  
  35. o ..."automated updating." It wouldn't be hard to
  36.   toggle up code which automatically inserts implications
  37.   in the text boxes associated with rooms other than the
  38.   room you are currently in. I thought about doing this,
  39.   but I decided it would kind of take the sport out of Hunt the Wumpus.
  40.   Plus it was a nice sunny day and I felt like going outside.
  41.  
  42. Source code is here, so if anybody feels like fooling around
  43. with it and souping it up a bit, go for it. I'd like to
  44. know about and try out improved versions, so if you don't
  45. mind dropping me a note if/when you jazz it up, I'd appreciate it.
  46.  
  47. Hope you find it useful...
  48.  
  49.  ;->,
  50.  
  51.  -- HeST.
  52.